From f2495b93d43488d819f57bd291296f7c4a8b596b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 Sep 1994 21:24:37 +0000 Subject: [PATCH] (syms_of_textprop): Delete Lisp var interval-balance-threshold. --- src/textprop.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/textprop.c b/src/textprop.c index b6e8039adf8..796b29a04d5 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -1314,11 +1314,6 @@ copy_text_properties (start, end, src, pos, dest, prop) void syms_of_textprop () { - DEFVAR_INT ("interval-balance-threshold", &interval_balance_threshold, - "Threshold for rebalancing interval trees, expressed as the\n\ -percentage by which the left interval tree should not differ from the right."); - interval_balance_threshold = 8; - DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks, "If non-nil, don't call the text property values of\n\ `point-left' and `point-entered'."); -- 2.30.2